home *** CD-ROM | disk | FTP | other *** search
- object frmAutoConfigure: TfrmAutoConfigure
- Left = 259
- Top = 278
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'NetTime AutoConfigure'
- ClientHeight = 205
- ClientWidth = 514
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 30
- Top = 12
- Width = 68
- Height = 14
- Caption = 'Total Servers:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 30
- Top = 33
- Width = 122
- Height = 14
- Caption = 'Servers Checked So Far:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Shape1: TShape
- Left = 10
- Top = 65
- Width = 492
- Height = 2
- end
- object lblTotal: TLabel
- Left = 197
- Top = 12
- Width = 33
- Height = 14
- Caption = 'lblTotal'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblChecked: TLabel
- Left = 197
- Top = 33
- Width = 52
- Height = 14
- Caption = 'lblChecked'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 20
- Top = 76
- Width = 39
- Height = 14
- Caption = 'Results:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = FormCreate
- end
- object lblServer1: TLabel
- Left = 79
- Top = 76
- Width = 49
- Height = 14
- Caption = 'lblServer1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblServer2: TLabel
- Left = 79
- Top = 93
- Width = 49
- Height = 14
- Caption = 'lblServer2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblServer3: TLabel
- Left = 79
- Top = 110
- Width = 49
- Height = 14
- Caption = 'lblServer3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 335
- Top = 12
- Width = 29
- Height = 14
- Caption = 'Good:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 335
- Top = 33
- Width = 22
- Height = 14
- Caption = 'Bad:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblGood: TLabel
- Left = 394
- Top = 12
- Width = 36
- Height = 14
- Caption = 'lblGood'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblBad: TLabel
- Left = 394
- Top = 33
- Width = 29
- Height = 14
- Caption = 'lblBad'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblServer5: TLabel
- Left = 79
- Top = 144
- Width = 49
- Height = 14
- Caption = 'lblServer5'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblServer4: TLabel
- Left = 79
- Top = 127
- Width = 49
- Height = 14
- Caption = 'lblServer4'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 335
- Top = 177
- Width = 75
- Height = 25
- Caption = '&Accept'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- end
- object Button2: TButton
- Left = 414
- Top = 177
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- end
- object btnMore: TButton
- Left = 79
- Top = 177
- Width = 90
- Height = 25
- Caption = '&More Sources'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- Visible = False
- OnClick = btnMoreClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 240
- Top = 16
- end
- end
-